projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daac280
)
Fix setting of environment variables by nt/configure.bat.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Sep 2012 11:20:32 +0000
(14:20 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Sep 2012 11:20:32 +0000
(14:20 +0300)
nt/configure.bat <use_extensions>: Don't leave it set in the
environment when the script exits.
nt/ChangeLog
patch
|
blob
|
history
nt/configure.bat
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index d861b386b1cc1b2111137ff0d7aeb4c853d3259b..fd528315e2af369a3a7ccf376bcfb682cd4b79f1 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,3
+1,8
@@
+2012-09-08 Eli Zaretskii <eliz@gnu.org>
+
+ * configure.bat <use_extensions>: Don't leave it set in the
+ environment when the script exits.
+
2012-09-07 Juanma Barranquero <lekktu@gmail.com>
* config.nt: Sync with autogen/config.in.
diff --git
a/nt/configure.bat
b/nt/configure.bat
index 56793a0d1c3c48a6907d09d93e2c4f7d7e27e182..5890b12d02e751891475b3af51ade82a8f9e8397 100755
(executable)
--- a/
nt/configure.bat
+++ b/
nt/configure.bat
@@
-949,4
+949,6
@@
set HAVE_PNG=
set HAVE_TIFF=
\r
set HAVE_XPM=
\r
set dbginfo=
\r
+endlocal
\r
+set use_extensions=
\r
\r